www.gusucode.com > 收集一些使用mootools.js 实现的ajax效果集代码源码程序 > 收集一些使用mootools.js 实现的ajax效果集代码/mootools/mootools/demos/DragDrop/style.css

    #draggables {
	height: 100px;
	position: relative;
}

#draggables div {
	top: 10px;
	left: 10px;
	width: 50px;
	height: 50px;
	cursor: move;
	background: #c17878;
	position: absolute;
}


#droppables div {
	float: left;
	margin: 10px;
	width: 100px;
	height: 100px;
	background: #1d1d20;
}